home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1993 April: Penguin on DISC
/
ADC Developer CD (1993-04) (''Penguin On DISC'')_iso
/
Dev.CD Apr 93.iso
/
System Software
/
System Extensions
/
AppleScript Beta
/
Example Scripts
/
Example Scripts (as text)
/
Finder Scripts
/
Duplicate & Open
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-12-02
|
78 b
|
6 lines
|
[
TEXT/ToyS
]
on open x
tell application "Finder"
duplicate x
Open x
end tell
end open